Html Css Color HEX #3043AB Cerulean Blue

📋 copy color: '#3043AB'

red 48 ◦ green 67 ◦ blue 171

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

Shades of Cerulean Blue #3043AB

Tints of Cerulean Blue #3043AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.79%

R = 16.78%
G = 23.43%
B = 59.79%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3043AB (or 0x3043AB) is known color: Cerulean Blue. HEX triplet: 30, 43 and AB. RGB value is (48,67,171). Sum of RGB (Red+Green+Blue) = 48+67+171=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #3043AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3043AB is #CFBC54. Grayscale: #484848. Windows color (decimal): -13614165 or 11223856. OLE color: 11223856.

HSL color Cylindrical-coordinate representation of color #3043AB: hue angle of 230.73º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3043AB is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 67 171 -
CMYK 0.72 0.61 0 0.33
HSL 230.73º 0.56% 0.43% -
HSV(B) 230.73º 0.72% 0.67% -
XYZ 10.58 7.58 39.43 -
YUV 73.18 183.21 110.04 -
System Red Green Blue C M Y K H S L
Decimal 48 67 171 0.72 0.61 0 0.33 230.73 0.56 0.43
Hex 30 43 AB 48 3D 0 21 E7 38 2B
Octal 60 103 253 110 75 0 41 347 70 53
Binary 110000 1000011 10101011 1001000 111101 0 100001 11100111 111000 101011

Color Harmonies of #3043AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3043AB

Black with #3043AB

Text Example


Text Example

White with #3043AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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