Html Css Color HEX #3642AF Cerulean Blue

📋 copy color: '#3642AF'

red 54 ◦ green 66 ◦ blue 175

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

Shades of Cerulean Blue #3642AF

Tints of Cerulean Blue #3642AF

RGB

 RED value IS 54 (21.48% from 255) = 18.31%

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

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

R = 18.31%
G = 22.37%
B = 59.32%

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

#3642AF (or 0x3642AF) is known color: Cerulean Blue. HEX triplet: 36, 42 and AF. RGB value is (54,66,175). Sum of RGB (Red+Green+Blue) = 54+66+175=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #3642AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3642AF is #C9BD50. Grayscale: #4A4A4A. Windows color (decimal): -13221201 or 11485750. OLE color: 11485750.

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

Color convert

RGB 54 66 175 -
CMYK 0.69 0.62 0 0.31
HSL 234.05º 0.53% 0.45% -
HSV(B) 234.05º 0.69% 0.69% -
XYZ 11.21 7.78 41.47 -
YUV 74.84 184.52 113.14 -
System Red Green Blue C M Y K H S L
Decimal 54 66 175 0.69 0.62 0 0.31 234.05 0.53 0.45
Hex 36 42 AF 45 3E 0 1F EA 35 2D
Octal 66 102 257 105 76 0 37 352 65 55
Binary 110110 1000010 10101111 1000101 111110 0 11111 11101010 110101 101101

Color Harmonies of #3642AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3642AF

Black with #3642AF

Text Example


Text Example

White with #3642AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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