Html Css Color HEX #3067CB Cerulean Blue

📋 copy color: '#3067CB'

red 48 ◦ green 103 ◦ blue 203

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

Shades of Cerulean Blue #3067CB

Tints of Cerulean Blue #3067CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.34%

R = 13.56%
G = 29.1%
B = 57.34%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3067CB (or 0x3067CB) is known color: Cerulean Blue. HEX triplet: 30, 67 and CB. RGB value is (48,103,203). Sum of RGB (Red+Green+Blue) = 48+103+203=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #3067CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3067CB is #CF9834. Grayscale: #616161. Windows color (decimal): -13604917 or 13330224. OLE color: 13330224.

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

Color convert

RGB 48 103 203 -
CMYK 0.76 0.49 0 0.20
HSL 218.71º 0.62% 0.49% -
HSV(B) 218.71º 0.76% 0.8% -
XYZ 16.85 14.64 58.44 -
YUV 97.96 187.28 92.37 -
System Red Green Blue C M Y K H S L
Decimal 48 103 203 0.76 0.49 0 0.20 218.71 0.62 0.49
Hex 30 67 CB 4C 31 0 14 DB 3E 31
Octal 60 147 313 114 61 0 24 333 76 61
Binary 110000 1100111 11001011 1001100 110001 0 10100 11011011 111110 110001

Color Harmonies of #3067CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3067CB

Black with #3067CB

Text Example


Text Example

White with #3067CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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