Html Css Color HEX #3840AB Cerulean Blue

📋 copy color: '#3840AB'

red 56 ◦ green 64 ◦ blue 171

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

Shades of Cerulean Blue #3840AB

Tints of Cerulean Blue #3840AB

RGB

 RED value IS 56 (22.27% from 255) = 19.24%

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

 BLUE value IS 171 (67.19% from 255) = 58.76%

R = 19.24%
G = 21.99%
B = 58.76%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3840AB (or 0x3840AB) is known color: Cerulean Blue. HEX triplet: 38, 40 and AB. RGB value is (56,64,171). Sum of RGB (Red+Green+Blue) = 56+64+171=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #3840AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3840AB is #C7BF54. Grayscale: #494949. Windows color (decimal): -13090645 or 11223096. OLE color: 11223096.

HSL color Cylindrical-coordinate representation of color #3840AB: hue angle of 235.83º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3840AB is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 64 171 -
CMYK 0.67 0.63 0 0.33
HSL 235.83º 0.51% 0.45% -
HSV(B) 235.83º 0.67% 0.67% -
XYZ 10.81 7.45 39.4 -
YUV 73.81 182.85 115.3 -
System Red Green Blue C M Y K H S L
Decimal 56 64 171 0.67 0.63 0 0.33 235.83 0.51 0.45
Hex 38 40 AB 43 3F 0 21 EC 33 2D
Octal 70 100 253 103 77 0 41 354 63 55
Binary 111000 1000000 10101011 1000011 111111 0 100001 11101100 110011 101101

Color Harmonies of #3840AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3840AB

Black with #3840AB

Text Example


Text Example

White with #3840AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3840AB; }

 p { color: rgb(56,64,171); }

 H1.HeaderClassName
 {
   color: #3840AB;
 }
 .AnyTagClassName
 {
   color: #3840AB;
 }
</style>

background-color css

<style>
 a { background-color: #3840AB; }

 a { background-color: rgb(56,64,171); }

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

border-color css

<style>
 span { border-color: #3840AB; }

 span { border-color: rgb(56,64,171); }

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