Html Css Color HEX #3344BC Cerulean Blue

📋 copy color: '#3344BC'

red 51 ◦ green 68 ◦ blue 188

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

Shades of Cerulean Blue #3344BC

Tints of Cerulean Blue #3344BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.24%

R = 16.61%
G = 22.15%
B = 61.24%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3344BC (or 0x3344BC) is known color: Cerulean Blue. HEX triplet: 33, 44 and BC. RGB value is (51,68,188). Sum of RGB (Red+Green+Blue) = 51+68+188=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #3344BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3344BC is #CCBB43. Grayscale: #4C4C4C. Windows color (decimal): -13417284 or 12338227. OLE color: 12338227.

HSL color Cylindrical-coordinate representation of color #3344BC: hue angle of 232.55º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3344BC is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 68 188 -
CMYK 0.73 0.64 0 0.26
HSL 232.55º 0.57% 0.47% -
HSV(B) 232.55º 0.73% 0.74% -
XYZ 12.51 8.47 48.55 -
YUV 76.6 190.87 109.74 -
System Red Green Blue C M Y K H S L
Decimal 51 68 188 0.73 0.64 0 0.26 232.55 0.57 0.47
Hex 33 44 BC 49 40 0 1A E9 39 2F
Octal 63 104 274 111 100 0 32 351 71 57
Binary 110011 1000100 10111100 1001001 1000000 0 11010 11101001 111001 101111

Color Harmonies of #3344BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3344BC

Black with #3344BC

Text Example


Text Example

White with #3344BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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