Html Css Color HEX #23447D Fun Blue

📋 copy color: '#23447D'

red 35 ◦ green 68 ◦ blue 125

#23447D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Blue #23447D

Tints of Fun Blue #23447D

RGB

 RED value IS 35 (14.06% from 255) = 15.35%

 GREEN value IS 68 (26.95% from 255) = 29.82%

 BLUE value IS 125 (49.22% from 255) = 54.82%

R = 15.35%
G = 29.82%
B = 54.82%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#23447D (or 0x23447D) is known color: Fun Blue. HEX triplet: 23, 44 and 7D. RGB value is (35,68,125). Sum of RGB (Red+Green+Blue) = 35+68+125=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #23447D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23447D is #DCBB82. Grayscale: #404040. Windows color (decimal): -14465923 or 8209443. OLE color: 8209443.

HSL color Cylindrical-coordinate representation of color #23447D: hue angle of 218º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23447D is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 68 125 -
CMYK 0.72 0.46 0 0.51
HSL 218º 0.56% 0.31% -
HSV(B) 218º 0.72% 0.49% -
XYZ 6.46 5.97 20.21 -
YUV 64.63 162.07 106.87 -
System Red Green Blue C M Y K H S L
Decimal 35 68 125 0.72 0.46 0 0.51 218 0.56 0.31
Hex 23 44 7D 48 2E 0 33 DA 38 1F
Octal 43 104 175 110 56 0 63 332 70 37
Binary 100011 1000100 1111101 1001000 101110 0 110011 11011010 111000 11111

Color Harmonies of #23447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23447D

Black with #23447D

Text Example


Text Example

White with #23447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23447D; }

 p { color: rgb(35,68,125); }

 H1.HeaderClassName
 {
   color: #23447D;
 }
 .AnyTagClassName
 {
   color: #23447D;
 }
</style>

background-color css

<style>
 a { background-color: #23447D; }

 a { background-color: rgb(35,68,125); }

 div.DivClassName
 {
   background-color: #23447D;
 }
 .BgClassName
 {
   background-color: #23447D;
 }
</style>

border-color css

<style>
 span { border-color: #23447D; }

 span { border-color: rgb(35,68,125); }

 td.TdClassName
 {
   border-color: #23447D;
 }
 .TagClassName
 {
   border-color: #23447D;
 }
</style>