Html Css Color HEX #3043BD Cerulean Blue

📋 copy color: '#3043BD'

red 48 ◦ green 67 ◦ blue 189

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

Shades of Cerulean Blue #3043BD

Tints of Cerulean Blue #3043BD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.04%

 BLUE value IS 189 (74.22% from 255) = 62.17%

R = 15.79%
G = 22.04%
B = 62.17%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3043BD (or 0x3043BD) is known color: Cerulean Blue. HEX triplet: 30, 43 and BD. RGB value is (48,67,189). Sum of RGB (Red+Green+Blue) = 48+67+189=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #3043BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3043BD is #CFBC42. Grayscale: #4A4A4A. Windows color (decimal): -13614147 or 12403504. OLE color: 12403504.

HSL color Cylindrical-coordinate representation of color #3043BD: hue angle of 231.91º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3043BD is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 67 189 -
CMYK 0.75 0.65 0 0.26
HSL 231.91º 0.59% 0.46% -
HSV(B) 231.91º 0.75% 0.74% -
XYZ 12.41 8.32 49.1 -
YUV 75.23 192.21 108.58 -
System Red Green Blue C M Y K H S L
Decimal 48 67 189 0.75 0.65 0 0.26 231.91 0.59 0.46
Hex 30 43 BD 4B 41 0 1A E8 3B 2E
Octal 60 103 275 113 101 0 32 350 73 56
Binary 110000 1000011 10111101 1001011 1000001 0 11010 11101000 111011 101110

Color Harmonies of #3043BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3043BD

Black with #3043BD

Text Example


Text Example

White with #3043BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3043BD; }

 p { color: rgb(48,67,189); }

 H1.HeaderClassName
 {
   color: #3043BD;
 }
 .AnyTagClassName
 {
   color: #3043BD;
 }
</style>

background-color css

<style>
 a { background-color: #3043BD; }

 a { background-color: rgb(48,67,189); }

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

border-color css

<style>
 span { border-color: #3043BD; }

 span { border-color: rgb(48,67,189); }

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