Html Css Color HEX #3742AF Cerulean Blue

📋 copy color: '#3742AF'

red 55 ◦ green 66 ◦ blue 175

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

Shades of Cerulean Blue #3742AF

Tints of Cerulean Blue #3742AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.3%

 BLUE value IS 175 (68.75% from 255) = 59.12%

R = 18.58%
G = 22.3%
B = 59.12%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3742AF (or 0x3742AF) is known color: Cerulean Blue. HEX triplet: 37, 42 and AF. RGB value is (55,66,175). Sum of RGB (Red+Green+Blue) = 55+66+175=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #3742AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3742AF is #C8BD50. Grayscale: #4A4A4A. Windows color (decimal): -13155665 or 11485751. OLE color: 11485751.

HSL color Cylindrical-coordinate representation of color #3742AF: hue angle of 234.5º degrees, saturation: 0.52, 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 #3742AF is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 66 175 -
CMYK 0.69 0.62 0 0.31
HSL 234.5º 0.52% 0.45% -
HSV(B) 234.5º 0.69% 0.69% -
XYZ 11.26 7.8 41.47 -
YUV 75.14 184.36 113.64 -
System Red Green Blue C M Y K H S L
Decimal 55 66 175 0.69 0.62 0 0.31 234.5 0.52 0.45
Hex 37 42 AF 45 3E 0 1F EA 34 2D
Octal 67 102 257 105 76 0 37 352 64 55
Binary 110111 1000010 10101111 1000101 111110 0 11111 11101010 110100 101101

Color Harmonies of #3742AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3742AF

Black with #3742AF

Text Example


Text Example

White with #3742AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3742AF; }

 p { color: rgb(55,66,175); }

 H1.HeaderClassName
 {
   color: #3742AF;
 }
 .AnyTagClassName
 {
   color: #3742AF;
 }
</style>

background-color css

<style>
 a { background-color: #3742AF; }

 a { background-color: rgb(55,66,175); }

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

border-color css

<style>
 span { border-color: #3742AF; }

 span { border-color: rgb(55,66,175); }

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