Html Css Color HEX #3065BA Cerulean Blue

📋 copy color: '#3065BA'

red 48 ◦ green 101 ◦ blue 186

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

Shades of Cerulean Blue #3065BA

Tints of Cerulean Blue #3065BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.15%

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

R = 14.33%
G = 30.15%
B = 55.52%

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

#3065BA (or 0x3065BA) is known color: Cerulean Blue. HEX triplet: 30, 65 and BA. RGB value is (48,101,186). Sum of RGB (Red+Green+Blue) = 48+101+186=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #3065BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3065BA is #CF9A45. Grayscale: #5E5E5E. Windows color (decimal): -13605446 or 12215600. OLE color: 12215600.

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

Color convert

RGB 48 101 186 -
CMYK 0.74 0.46 0 0.27
HSL 216.96º 0.59% 0.46% -
HSV(B) 216.96º 0.74% 0.73% -
XYZ 14.74 13.48 48.28 -
YUV 94.84 179.44 94.59 -
System Red Green Blue C M Y K H S L
Decimal 48 101 186 0.74 0.46 0 0.27 216.96 0.59 0.46
Hex 30 65 BA 4A 2E 0 1B D9 3B 2E
Octal 60 145 272 112 56 0 33 331 73 56
Binary 110000 1100101 10111010 1001010 101110 0 11011 11011001 111011 101110

Color Harmonies of #3065BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3065BA

Black with #3065BA

Text Example


Text Example

White with #3065BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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