Html Css Color HEX #23477D Fun Blue

📋 copy color: '#23477D'

red 35 ◦ green 71 ◦ blue 125

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

Shades of Fun Blue #23477D

Tints of Fun Blue #23477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.74%

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

R = 15.15%
G = 30.74%
B = 54.11%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23477D (or 0x23477D) is known color: Fun Blue. HEX triplet: 23, 47 and 7D. RGB value is (35,71,125). Sum of RGB (Red+Green+Blue) = 35+71+125=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #23477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23477D is #DCB882. Grayscale: #424242. Windows color (decimal): -14465155 or 8210211. OLE color: 8210211.

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

Color convert

RGB 35 71 125 -
CMYK 0.72 0.43 0 0.51
HSL 216º 0.56% 0.31% -
HSV(B) 216º 0.72% 0.49% -
XYZ 6.65 6.34 20.28 -
YUV 66.39 161.07 105.61 -
System Red Green Blue C M Y K H S L
Decimal 35 71 125 0.72 0.43 0 0.51 216 0.56 0.31
Hex 23 47 7D 48 2B 0 33 D8 38 1F
Octal 43 107 175 110 53 0 63 330 70 37
Binary 100011 1000111 1111101 1001000 101011 0 110011 11011000 111000 11111

Color Harmonies of #23477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23477D

Black with #23477D

Text Example


Text Example

White with #23477D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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