Html Css Color HEX #3064BA Cerulean Blue

📋 copy color: '#3064BA'

red 48 ◦ green 100 ◦ blue 186

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

Shades of Cerulean Blue #3064BA

Tints of Cerulean Blue #3064BA

RGB

 RED value IS 48 (19.14% from 255) = 14.37%

 GREEN value IS 100 (39.45% from 255) = 29.94%

 BLUE value IS 186 (73.05% from 255) = 55.69%

R = 14.37%
G = 29.94%
B = 55.69%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3064BA (or 0x3064BA) is known color: Cerulean Blue. HEX triplet: 30, 64 and BA. RGB value is (48,100,186). Sum of RGB (Red+Green+Blue) = 48+100+186=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #3064BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3064BA is #CF9B45. Grayscale: #5D5D5D. Windows color (decimal): -13605702 or 12215344. OLE color: 12215344.

HSL color Cylindrical-coordinate representation of color #3064BA: hue angle of 217.39º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3064BA is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 100 186 -
CMYK 0.74 0.46 0 0.27
HSL 217.39º 0.59% 0.46% -
HSV(B) 217.39º 0.74% 0.73% -
XYZ 14.64 13.29 48.25 -
YUV 94.26 179.77 95.01 -
System Red Green Blue C M Y K H S L
Decimal 48 100 186 0.74 0.46 0 0.27 217.39 0.59 0.46
Hex 30 64 BA 4A 2E 0 1B D9 3B 2E
Octal 60 144 272 112 56 0 33 331 73 56
Binary 110000 1100100 10111010 1001010 101110 0 11011 11011001 111011 101110

Color Harmonies of #3064BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3064BA

Black with #3064BA

Text Example


Text Example

White with #3064BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3064BA; }

 p { color: rgb(48,100,186); }

 H1.HeaderClassName
 {
   color: #3064BA;
 }
 .AnyTagClassName
 {
   color: #3064BA;
 }
</style>

background-color css

<style>
 a { background-color: #3064BA; }

 a { background-color: rgb(48,100,186); }

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

border-color css

<style>
 span { border-color: #3064BA; }

 span { border-color: rgb(48,100,186); }

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