Html Css Color HEX #2346CA Cerulean Blue

📋 copy color: '#2346CA'

red 35 ◦ green 70 ◦ blue 202

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

Shades of Cerulean Blue #2346CA

Tints of Cerulean Blue #2346CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 65.8%

R = 11.4%
G = 22.8%
B = 65.8%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2346CA (or 0x2346CA) is known color: Cerulean Blue. HEX triplet: 23, 46 and CA. RGB value is (35,70,202). Sum of RGB (Red+Green+Blue) = 35+70+202=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #2346CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2346CA is #DCB935. Grayscale: #4A4A4A. Windows color (decimal): -14465334 or 13256227. OLE color: 13256227.

HSL color Cylindrical-coordinate representation of color #2346CA: hue angle of 227.43º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2346CA is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 70 202 -
CMYK 0.83 0.65 0 0.21
HSL 227.43º 0.7% 0.46% -
HSV(B) 227.43º 0.83% 0.79% -
XYZ 13.54 9 56.9 -
YUV 74.58 199.9 99.77 -
System Red Green Blue C M Y K H S L
Decimal 35 70 202 0.83 0.65 0 0.21 227.43 0.7 0.46
Hex 23 46 CA 53 41 0 15 E3 46 2E
Octal 43 106 312 123 101 0 25 343 106 56
Binary 100011 1000110 11001010 1010011 1000001 0 10101 11100011 1000110 101110

Color Harmonies of #2346CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2346CA

Black with #2346CA

Text Example


Text Example

White with #2346CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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