Html Css Color HEX #374AAC Cerulean Blue

📋 copy color: '#374AAC'

red 55 ◦ green 74 ◦ blue 172

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

Shades of Cerulean Blue #374AAC

Tints of Cerulean Blue #374AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 18.27%
G = 24.58%
B = 57.14%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#374AAC (or 0x374AAC) is known color: Cerulean Blue. HEX triplet: 37, 4A and AC. RGB value is (55,74,172). Sum of RGB (Red+Green+Blue) = 55+74+172=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #374AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374AAC is #C8B553. Grayscale: #4F4F4F. Windows color (decimal): -13153620 or 11291191. OLE color: 11291191.

HSL color Cylindrical-coordinate representation of color #374AAC: hue angle of 230.26º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #374AAC is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 74 172 -
CMYK 0.68 0.57 0 0.33
HSL 230.26º 0.52% 0.45% -
HSV(B) 230.26º 0.68% 0.67% -
XYZ 11.47 8.69 40.1 -
YUV 79.49 180.21 110.53 -
System Red Green Blue C M Y K H S L
Decimal 55 74 172 0.68 0.57 0 0.33 230.26 0.52 0.45
Hex 37 4A AC 44 39 0 21 E6 34 2D
Octal 67 112 254 104 71 0 41 346 64 55
Binary 110111 1001010 10101100 1000100 111001 0 100001 11100110 110100 101101

Color Harmonies of #374AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374AAC

Black with #374AAC

Text Example


Text Example

White with #374AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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