Html Css Color HEX #3640B3 Cerulean Blue

📋 copy color: '#3640B3'

red 54 ◦ green 64 ◦ blue 179

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

Shades of Cerulean Blue #3640B3

Tints of Cerulean Blue #3640B3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

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

R = 18.18%
G = 21.55%
B = 60.27%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3640B3 (or 0x3640B3) is known color: Cerulean Blue. HEX triplet: 36, 40 and B3. RGB value is (54,64,179). Sum of RGB (Red+Green+Blue) = 54+64+179=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 179 (70.31% from 255 or 60.27% from 297); Max value from RGB is 179 - color contains mainly: blue. Hex color #3640B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3640B3 is #C9BF4C. Grayscale: #494949. Windows color (decimal): -13221709 or 11747382. OLE color: 11747382.

HSL color Cylindrical-coordinate representation of color #3640B3: hue angle of 235.2º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3640B3 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 54 64 179 -
CMYK 0.70 0.64 0 0.30
HSL 235.2º 0.54% 0.46% -
HSV(B) 235.2º 0.7% 0.7% -
XYZ 11.49 7.71 43.53 -
YUV 74.12 187.19 113.65 -
System Red Green Blue C M Y K H S L
Decimal 54 64 179 0.70 0.64 0 0.30 235.2 0.54 0.46
Hex 36 40 B3 46 40 0 1E EB 36 2E
Octal 66 100 263 106 100 0 36 353 66 56
Binary 110110 1000000 10110011 1000110 1000000 0 11110 11101011 110110 101110

Color Harmonies of #3640B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3640B3

Black with #3640B3

Text Example


Text Example

White with #3640B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3640B3; }

 p { color: rgb(54,64,179); }

 H1.HeaderClassName
 {
   color: #3640B3;
 }
 .AnyTagClassName
 {
   color: #3640B3;
 }
</style>

background-color css

<style>
 a { background-color: #3640B3; }

 a { background-color: rgb(54,64,179); }

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

border-color css

<style>
 span { border-color: #3640B3; }

 span { border-color: rgb(54,64,179); }

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