Html Css Color HEX #3065BB Cerulean Blue

📋 copy color: '#3065BB'

red 48 ◦ green 101 ◦ blue 187

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

Shades of Cerulean Blue #3065BB

Tints of Cerulean Blue #3065BB

RGB

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

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

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

R = 14.29%
G = 30.06%
B = 55.65%

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

#3065BB (or 0x3065BB) is known color: Cerulean Blue. HEX triplet: 30, 65 and BB. RGB value is (48,101,187). Sum of RGB (Red+Green+Blue) = 48+101+187=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #3065BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3065BB is #CF9A44. Grayscale: #5E5E5E. Windows color (decimal): -13605445 or 12281136. OLE color: 12281136.

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

Color convert

RGB 48 101 187 -
CMYK 0.74 0.46 0 0.27
HSL 217.12º 0.59% 0.46% -
HSV(B) 217.12º 0.74% 0.73% -
XYZ 14.84 13.52 48.84 -
YUV 94.96 179.94 94.51 -
System Red Green Blue C M Y K H S L
Decimal 48 101 187 0.74 0.46 0 0.27 217.12 0.59 0.46
Hex 30 65 BB 4A 2E 0 1B D9 3B 2E
Octal 60 145 273 112 56 0 33 331 73 56
Binary 110000 1100101 10111011 1001010 101110 0 11011 11011001 111011 101110

Color Harmonies of #3065BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3065BB

Black with #3065BB

Text Example


Text Example

White with #3065BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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