Html Css Color HEX #374AB3 Cerulean Blue

📋 copy color: '#374AB3'

red 55 ◦ green 74 ◦ blue 179

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

Shades of Cerulean Blue #374AB3

Tints of Cerulean Blue #374AB3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.03%

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

R = 17.86%
G = 24.03%
B = 58.12%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#374AB3 (or 0x374AB3) is known color: Cerulean Blue. HEX triplet: 37, 4A and B3. RGB value is (55,74,179). Sum of RGB (Red+Green+Blue) = 55+74+179=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 179 (70.31% from 255 or 58.12% from 308); Max value from RGB is 179 - color contains mainly: blue. Hex color #374AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374AB3 is #C8B54C. Grayscale: #4F4F4F. Windows color (decimal): -13153613 or 11749943. OLE color: 11749943.

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

Color convert

RGB 55 74 179 -
CMYK 0.69 0.59 0 0.30
HSL 230.81º 0.53% 0.46% -
HSV(B) 230.81º 0.69% 0.7% -
XYZ 12.16 8.96 43.74 -
YUV 80.29 183.71 109.96 -
System Red Green Blue C M Y K H S L
Decimal 55 74 179 0.69 0.59 0 0.30 230.81 0.53 0.46
Hex 37 4A B3 45 3B 0 1E E7 35 2E
Octal 67 112 263 105 73 0 36 347 65 56
Binary 110111 1001010 10110011 1000101 111011 0 11110 11100111 110101 101110

Color Harmonies of #374AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374AB3

Black with #374AB3

Text Example


Text Example

White with #374AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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