Html Css Color HEX #3065B4 Cerulean Blue

📋 copy color: '#3065B4'

red 48 ◦ green 101 ◦ blue 180

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

Shades of Cerulean Blue #3065B4

Tints of Cerulean Blue #3065B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 54.71%

R = 14.59%
G = 30.7%
B = 54.71%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3065B4 (or 0x3065B4) is known color: Cerulean Blue. HEX triplet: 30, 65 and B4. RGB value is (48,101,180). Sum of RGB (Red+Green+Blue) = 48+101+180=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #3065B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3065B4 is #CF9A4B. Grayscale: #5D5D5D. Windows color (decimal): -13605452 or 11822384. OLE color: 11822384.

HSL color Cylindrical-coordinate representation of color #3065B4: hue angle of 215.91º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3065B4 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 101 180 -
CMYK 0.73 0.44 0 0.29
HSL 215.91º 0.58% 0.45% -
HSV(B) 215.91º 0.73% 0.71% -
XYZ 14.11 13.23 44.99 -
YUV 94.16 176.44 95.08 -
System Red Green Blue C M Y K H S L
Decimal 48 101 180 0.73 0.44 0 0.29 215.91 0.58 0.45
Hex 30 65 B4 49 2C 0 1D D8 3A 2D
Octal 60 145 264 111 54 0 35 330 72 55
Binary 110000 1100101 10110100 1001001 101100 0 11101 11011000 111010 101101

Color Harmonies of #3065B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3065B4

Black with #3065B4

Text Example


Text Example

White with #3065B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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