Html Css Color HEX #2346DA Cerulean Blue

📋 copy color: '#2346DA'

red 35 ◦ green 70 ◦ blue 218

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

Shades of Cerulean Blue #2346DA

Tints of Cerulean Blue #2346DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 67.49%

R = 10.84%
G = 21.67%
B = 67.49%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2346DA (or 0x2346DA) is known color: Cerulean Blue. HEX triplet: 23, 46 and DA. RGB value is (35,70,218). Sum of RGB (Red+Green+Blue) = 35+70+218=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 218 (85.55% from 255 or 67.49% from 323); Max value from RGB is 218 - color contains mainly: blue. Hex color #2346DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2346DA is #DCB925. Grayscale: #4B4B4B. Windows color (decimal): -14465318 or 14304803. OLE color: 14304803.

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

Color convert

RGB 35 70 218 -
CMYK 0.84 0.68 0 0.15
HSL 228.52º 0.72% 0.5% -
HSV(B) 228.52º 0.84% 0.85% -
XYZ 15.54 9.8 67.4 -
YUV 76.41 207.9 98.47 -
System Red Green Blue C M Y K H S L
Decimal 35 70 218 0.84 0.68 0 0.15 228.52 0.72 0.5
Hex 23 46 DA 54 44 0 F E5 48 32
Octal 43 106 332 124 104 0 17 345 110 62
Binary 100011 1000110 11011010 1010100 1000100 0 1111 11100101 1001000 110010

Color Harmonies of #2346DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2346DA

Black with #2346DA

Text Example


Text Example

White with #2346DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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