Html Css Color HEX #375FB2 Cerulean Blue

📋 copy color: '#375FB2'

red 55 ◦ green 95 ◦ blue 178

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

Shades of Cerulean Blue #375FB2

Tints of Cerulean Blue #375FB2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

 BLUE value IS 178 (69.92% from 255) = 54.27%

R = 16.77%
G = 28.96%
B = 54.27%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#375FB2 (or 0x375FB2) is known color: Cerulean Blue. HEX triplet: 37, 5F and B2. RGB value is (55,95,178). Sum of RGB (Red+Green+Blue) = 55+95+178=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 178 (69.92% from 255 or 54.27% from 328); Max value from RGB is 178 - color contains mainly: blue. Hex color #375FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375FB2 is #C8A04D. Grayscale: #5C5C5C. Windows color (decimal): -13148238 or 11689783. OLE color: 11689783.

HSL color Cylindrical-coordinate representation of color #375FB2: hue angle of 220.49º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #375FB2 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 55 95 178 -
CMYK 0.69 0.47 0 0.30
HSL 220.49º 0.53% 0.46% -
HSV(B) 220.49º 0.69% 0.7% -
XYZ 13.7 12.21 43.75 -
YUV 92.5 176.25 101.25 -
System Red Green Blue C M Y K H S L
Decimal 55 95 178 0.69 0.47 0 0.30 220.49 0.53 0.46
Hex 37 5F B2 45 2F 0 1E DC 35 2E
Octal 67 137 262 105 57 0 36 334 65 56
Binary 110111 1011111 10110010 1000101 101111 0 11110 11011100 110101 101110

Color Harmonies of #375FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375FB2

Black with #375FB2

Text Example


Text Example

White with #375FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375FB2; }

 p { color: rgb(55,95,178); }

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

background-color css

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

 a { background-color: rgb(55,95,178); }

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

border-color css

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

 span { border-color: rgb(55,95,178); }

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