Html Css Color HEX #374CB1 Cerulean Blue

📋 copy color: '#374CB1'

red 55 ◦ green 76 ◦ blue 177

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

Shades of Cerulean Blue #374CB1

Tints of Cerulean Blue #374CB1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.68%

 BLUE value IS 177 (69.53% from 255) = 57.47%

R = 17.86%
G = 24.68%
B = 57.47%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#374CB1 (or 0x374CB1) is known color: Cerulean Blue. HEX triplet: 37, 4C and B1. RGB value is (55,76,177). Sum of RGB (Red+Green+Blue) = 55+76+177=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #374CB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374CB1 is #C8B34E. Grayscale: #505050. Windows color (decimal): -13153103 or 11619383. OLE color: 11619383.

HSL color Cylindrical-coordinate representation of color #374CB1: hue angle of 229.67º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #374CB1 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 76 177 -
CMYK 0.69 0.57 0 0.31
HSL 229.67º 0.53% 0.45% -
HSV(B) 229.67º 0.69% 0.69% -
XYZ 12.1 9.16 42.72 -
YUV 81.24 182.04 109.29 -
System Red Green Blue C M Y K H S L
Decimal 55 76 177 0.69 0.57 0 0.31 229.67 0.53 0.45
Hex 37 4C B1 45 39 0 1F E6 35 2D
Octal 67 114 261 105 71 0 37 346 65 55
Binary 110111 1001100 10110001 1000101 111001 0 11111 11100110 110101 101101

Color Harmonies of #374CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374CB1

Black with #374CB1

Text Example


Text Example

White with #374CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374CB1; }

 p { color: rgb(55,76,177); }

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

background-color css

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

 a { background-color: rgb(55,76,177); }

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

border-color css

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

 span { border-color: rgb(55,76,177); }

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