Html Css Color HEX #3840B2 Cerulean Blue

📋 copy color: '#3840B2'

red 56 ◦ green 64 ◦ blue 178

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

Shades of Cerulean Blue #3840B2

Tints of Cerulean Blue #3840B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 59.73%

R = 18.79%
G = 21.48%
B = 59.73%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3840B2 (or 0x3840B2) is known color: Cerulean Blue. HEX triplet: 38, 40 and B2. RGB value is (56,64,178). Sum of RGB (Red+Green+Blue) = 56+64+178=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 178 (69.92% from 255 or 59.73% from 298); Max value from RGB is 178 - color contains mainly: blue. Hex color #3840B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3840B2 is #C7BF4D. Grayscale: #4A4A4A. Windows color (decimal): -13090638 or 11681848. OLE color: 11681848.

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

Color convert

RGB 56 64 178 -
CMYK 0.69 0.64 0 0.30
HSL 236.07º 0.52% 0.46% -
HSV(B) 236.07º 0.69% 0.7% -
XYZ 11.5 7.72 43 -
YUV 74.6 186.35 114.73 -
System Red Green Blue C M Y K H S L
Decimal 56 64 178 0.69 0.64 0 0.30 236.07 0.52 0.46
Hex 38 40 B2 45 40 0 1E EC 34 2E
Octal 70 100 262 105 100 0 36 354 64 56
Binary 111000 1000000 10110010 1000101 1000000 0 11110 11101100 110100 101110

Color Harmonies of #3840B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3840B2

Black with #3840B2

Text Example


Text Example

White with #3840B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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