Html Css Color HEX #375FB3 Cerulean Blue

📋 copy color: '#375FB3'

red 55 ◦ green 95 ◦ blue 179

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

Shades of Cerulean Blue #375FB3

Tints of Cerulean Blue #375FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 54.41%

R = 16.72%
G = 28.88%
B = 54.41%

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

#375FB3 (or 0x375FB3) is known color: Cerulean Blue. HEX triplet: 37, 5F and B3. RGB value is (55,95,179). Sum of RGB (Red+Green+Blue) = 55+95+179=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 179 (70.31% from 255 or 54.41% from 329); Max value from RGB is 179 - color contains mainly: blue. Hex color #375FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375FB3 is #C8A04C. Grayscale: #5C5C5C. Windows color (decimal): -13148237 or 11755319. OLE color: 11755319.

HSL color Cylindrical-coordinate representation of color #375FB3: hue angle of 220.65º 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 #375FB3 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 55 95 179 -
CMYK 0.69 0.47 0 0.30
HSL 220.65º 0.53% 0.46% -
HSV(B) 220.65º 0.69% 0.7% -
XYZ 13.8 12.25 44.29 -
YUV 92.62 176.75 101.17 -
System Red Green Blue C M Y K H S L
Decimal 55 95 179 0.69 0.47 0 0.30 220.65 0.53 0.46
Hex 37 5F B3 45 2F 0 1E DD 35 2E
Octal 67 137 263 105 57 0 36 335 65 56
Binary 110111 1011111 10110011 1000101 101111 0 11110 11011101 110101 101110

Color Harmonies of #375FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375FB3

Black with #375FB3

Text Example


Text Example

White with #375FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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