Html Css Color HEX #3067CD Cerulean Blue

📋 copy color: '#3067CD'

red 48 ◦ green 103 ◦ blue 205

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

Shades of Cerulean Blue #3067CD

Tints of Cerulean Blue #3067CD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

 BLUE value IS 205 (80.47% from 255) = 57.58%

R = 13.48%
G = 28.93%
B = 57.58%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3067CD (or 0x3067CD) is known color: Cerulean Blue. HEX triplet: 30, 67 and CD. RGB value is (48,103,205). Sum of RGB (Red+Green+Blue) = 48+103+205=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #3067CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3067CD is #CF9832. Grayscale: #616161. Windows color (decimal): -13604915 or 13461296. OLE color: 13461296.

HSL color Cylindrical-coordinate representation of color #3067CD: hue angle of 218.98º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3067CD is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 103 205 -
CMYK 0.77 0.50 0 0.20
HSL 218.98º 0.62% 0.5% -
HSV(B) 218.98º 0.77% 0.8% -
XYZ 17.09 14.74 59.7 -
YUV 98.18 188.28 92.21 -
System Red Green Blue C M Y K H S L
Decimal 48 103 205 0.77 0.50 0 0.20 218.98 0.62 0.5
Hex 30 67 CD 4D 32 0 14 DB 3E 32
Octal 60 147 315 115 62 0 24 333 76 62
Binary 110000 1100111 11001101 1001101 110010 0 10100 11011011 111110 110010

Color Harmonies of #3067CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3067CD

Black with #3067CD

Text Example


Text Example

White with #3067CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3067CD; }

 p { color: rgb(48,103,205); }

 H1.HeaderClassName
 {
   color: #3067CD;
 }
 .AnyTagClassName
 {
   color: #3067CD;
 }
</style>

background-color css

<style>
 a { background-color: #3067CD; }

 a { background-color: rgb(48,103,205); }

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

border-color css

<style>
 span { border-color: #3067CD; }

 span { border-color: rgb(48,103,205); }

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