Html Css Color HEX #23497D Fun Blue

📋 copy color: '#23497D'

red 35 ◦ green 73 ◦ blue 125

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

Shades of Fun Blue #23497D

Tints of Fun Blue #23497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.33%

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

R = 15.02%
G = 31.33%
B = 53.65%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23497D (or 0x23497D) is known color: Fun Blue. HEX triplet: 23, 49 and 7D. RGB value is (35,73,125). Sum of RGB (Red+Green+Blue) = 35+73+125=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #23497D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23497D is #DCB682. Grayscale: #434343. Windows color (decimal): -14464643 or 8210723. OLE color: 8210723.

HSL color Cylindrical-coordinate representation of color #23497D: hue angle of 214.67º 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 #23497D is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 73 125 -
CMYK 0.72 0.42 0 0.51
HSL 214.67º 0.56% 0.31% -
HSV(B) 214.67º 0.72% 0.49% -
XYZ 6.78 6.6 20.32 -
YUV 67.57 160.41 104.77 -
System Red Green Blue C M Y K H S L
Decimal 35 73 125 0.72 0.42 0 0.51 214.67 0.56 0.31
Hex 23 49 7D 48 2A 0 33 D7 38 1F
Octal 43 111 175 110 52 0 63 327 70 37
Binary 100011 1001001 1111101 1001000 101010 0 110011 11010111 111000 11111

Color Harmonies of #23497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23497D

Black with #23497D

Text Example


Text Example

White with #23497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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