Html Css Color HEX #375381 Fun Blue

📋 copy color: '#375381'

red 55 ◦ green 83 ◦ blue 129

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

Shades of Fun Blue #375381

Tints of Fun Blue #375381

RGB

 RED value IS 55 (21.88% from 255) = 20.6%

 GREEN value IS 83 (32.81% from 255) = 31.09%

 BLUE value IS 129 (50.78% from 255) = 48.31%

R = 20.6%
G = 31.09%
B = 48.31%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#375381 (or 0x375381) is known color: Fun Blue. HEX triplet: 37, 53 and 81. RGB value is (55,83,129). Sum of RGB (Red+Green+Blue) = 55+83+129=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #375381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375381 is #C8AC7E. Grayscale: #4F4F4F. Windows color (decimal): -13151359 or 8475447. OLE color: 8475447.

HSL color Cylindrical-coordinate representation of color #375381: hue angle of 217.3º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #375381 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 83 129 -
CMYK 0.57 0.36 0 0.49
HSL 217.3º 0.4% 0.36% -
HSV(B) 217.3º 0.57% 0.51% -
XYZ 8.63 8.58 21.97 -
YUV 79.87 155.72 110.26 -
System Red Green Blue C M Y K H S L
Decimal 55 83 129 0.57 0.36 0 0.49 217.3 0.4 0.36
Hex 37 53 81 39 24 0 31 D9 28 24
Octal 67 123 201 71 44 0 61 331 50 44
Binary 110111 1010011 10000001 111001 100100 0 110001 11011001 101000 100100

Color Harmonies of #375381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375381

Black with #375381

Text Example


Text Example

White with #375381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375381; }

 p { color: rgb(55,83,129); }

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

background-color css

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

 a { background-color: rgb(55,83,129); }

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

border-color css

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

 span { border-color: rgb(55,83,129); }

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