Html Css Color HEX #3344C0 Cerulean Blue

📋 copy color: '#3344C0'

red 51 ◦ green 68 ◦ blue 192

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

Shades of Cerulean Blue #3344C0

Tints of Cerulean Blue #3344C0

RGB

 RED value IS 51 (20.31% from 255) = 16.4%

 GREEN value IS 68 (26.95% from 255) = 21.86%

 BLUE value IS 192 (75.39% from 255) = 61.74%

R = 16.4%
G = 21.86%
B = 61.74%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3344C0 (or 0x3344C0) is known color: Cerulean Blue. HEX triplet: 33, 44 and C0. RGB value is (51,68,192). Sum of RGB (Red+Green+Blue) = 51+68+192=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #3344C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3344C0 is #CCBB3F. Grayscale: #4C4C4C. Windows color (decimal): -13417280 or 12600371. OLE color: 12600371.

HSL color Cylindrical-coordinate representation of color #3344C0: hue angle of 232.77º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3344C0 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 68 192 -
CMYK 0.73 0.65 0 0.25
HSL 232.77º 0.58% 0.48% -
HSV(B) 232.77º 0.73% 0.75% -
XYZ 12.95 8.64 50.86 -
YUV 77.05 192.87 109.42 -
System Red Green Blue C M Y K H S L
Decimal 51 68 192 0.73 0.65 0 0.25 232.77 0.58 0.48
Hex 33 44 C0 49 41 0 19 E9 3A 30
Octal 63 104 300 111 101 0 31 351 72 60
Binary 110011 1000100 11000000 1001001 1000001 0 11001 11101001 111010 110000

Color Harmonies of #3344C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3344C0

Black with #3344C0

Text Example


Text Example

White with #3344C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3344C0; }

 p { color: rgb(51,68,192); }

 H1.HeaderClassName
 {
   color: #3344C0;
 }
 .AnyTagClassName
 {
   color: #3344C0;
 }
</style>

background-color css

<style>
 a { background-color: #3344C0; }

 a { background-color: rgb(51,68,192); }

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

border-color css

<style>
 span { border-color: #3344C0; }

 span { border-color: rgb(51,68,192); }

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