Html Css Color HEX #3064BB Cerulean Blue

📋 copy color: '#3064BB'

red 48 ◦ green 100 ◦ blue 187

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

Shades of Cerulean Blue #3064BB

Tints of Cerulean Blue #3064BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.82%

R = 14.33%
G = 29.85%
B = 55.82%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3064BB (or 0x3064BB) is known color: Cerulean Blue. HEX triplet: 30, 64 and BB. RGB value is (48,100,187). Sum of RGB (Red+Green+Blue) = 48+100+187=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #3064BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3064BB is #CF9B44. Grayscale: #5D5D5D. Windows color (decimal): -13605701 or 12280880. OLE color: 12280880.

HSL color Cylindrical-coordinate representation of color #3064BB: hue angle of 217.55º 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 #3064BB is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 100 187 -
CMYK 0.74 0.47 0 0.27
HSL 217.55º 0.59% 0.46% -
HSV(B) 217.55º 0.74% 0.73% -
XYZ 14.75 13.33 48.81 -
YUV 94.37 180.27 94.93 -
System Red Green Blue C M Y K H S L
Decimal 48 100 187 0.74 0.47 0 0.27 217.55 0.59 0.46
Hex 30 64 BB 4A 2F 0 1B DA 3B 2E
Octal 60 144 273 112 57 0 33 332 73 56
Binary 110000 1100100 10111011 1001010 101111 0 11011 11011010 111011 101110

Color Harmonies of #3064BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3064BB

Black with #3064BB

Text Example


Text Example

White with #3064BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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