Html Css Color HEX #254675 Fun Blue

📋 copy color: '#254675'

red 37 ◦ green 70 ◦ blue 117

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

Shades of Fun Blue #254675

Tints of Fun Blue #254675

RGB

 RED value IS 37 (14.84% from 255) = 16.52%

 GREEN value IS 70 (27.73% from 255) = 31.25%

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 16.52%
G = 31.25%
B = 52.23%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#254675 (or 0x254675) is known color: Fun Blue. HEX triplet: 25, 46 and 75. RGB value is (37,70,117). Sum of RGB (Red+Green+Blue) = 37+70+117=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #254675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254675 is #DAB98A. Grayscale: #414141. Windows color (decimal): -14334347 or 7685669. OLE color: 7685669.

HSL color Cylindrical-coordinate representation of color #254675: hue angle of 215.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #254675 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 70 117 -
CMYK 0.68 0.40 0 0.54
HSL 215.25º 0.52% 0.3% -
HSV(B) 215.25º 0.68% 0.46% -
XYZ 6.16 6.06 17.67 -
YUV 65.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 37 70 117 0.68 0.40 0 0.54 215.25 0.52 0.3
Hex 25 46 75 44 28 0 36 D7 34 1E
Octal 45 106 165 104 50 0 66 327 64 36
Binary 100101 1000110 1110101 1000100 101000 0 110110 11010111 110100 11110

Color Harmonies of #254675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254675

Black with #254675

Text Example


Text Example

White with #254675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254675; }

 p { color: rgb(37,70,117); }

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

background-color css

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

 a { background-color: rgb(37,70,117); }

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

border-color css

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

 span { border-color: rgb(37,70,117); }

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