Html Css Color HEX #2346DB Cerulean Blue

📋 copy color: '#2346DB'

red 35 ◦ green 70 ◦ blue 219

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

Shades of Cerulean Blue #2346DB

Tints of Cerulean Blue #2346DB

RGB

 RED value IS 35 (14.06% from 255) = 10.8%

 GREEN value IS 70 (27.73% from 255) = 21.6%

 BLUE value IS 219 (85.94% from 255) = 67.59%

R = 10.8%
G = 21.6%
B = 67.59%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2346DB (or 0x2346DB) is known color: Cerulean Blue. HEX triplet: 23, 46 and DB. RGB value is (35,70,219). Sum of RGB (Red+Green+Blue) = 35+70+219=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #2346DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2346DB is #DCB924. Grayscale: #4B4B4B. Windows color (decimal): -14465317 or 14370339. OLE color: 14370339.

HSL color Cylindrical-coordinate representation of color #2346DB: hue angle of 228.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2346DB is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 70 219 -
CMYK 0.84 0.68 0 0.14
HSL 228.59º 0.72% 0.5% -
HSV(B) 228.59º 0.84% 0.86% -
XYZ 15.67 9.85 68.09 -
YUV 76.52 208.4 98.38 -
System Red Green Blue C M Y K H S L
Decimal 35 70 219 0.84 0.68 0 0.14 228.59 0.72 0.5
Hex 23 46 DB 54 44 0 E E5 48 32
Octal 43 106 333 124 104 0 16 345 110 62
Binary 100011 1000110 11011011 1010100 1000100 0 1110 11100101 1001000 110010

Color Harmonies of #2346DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2346DB

Black with #2346DB

Text Example


Text Example

White with #2346DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2346DB; }

 p { color: rgb(35,70,219); }

 H1.HeaderClassName
 {
   color: #2346DB;
 }
 .AnyTagClassName
 {
   color: #2346DB;
 }
</style>

background-color css

<style>
 a { background-color: #2346DB; }

 a { background-color: rgb(35,70,219); }

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

border-color css

<style>
 span { border-color: #2346DB; }

 span { border-color: rgb(35,70,219); }

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