Html Css Color HEX #2343EA Cerulean Blue

📋 copy color: '#2343EA'

red 35 ◦ green 67 ◦ blue 234

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

Shades of Cerulean Blue #2343EA

Tints of Cerulean Blue #2343EA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.94%

 BLUE value IS 234 (91.8% from 255) = 69.64%

R = 10.42%
G = 19.94%
B = 69.64%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2343EA (or 0x2343EA) is known color: Cerulean Blue. HEX triplet: 23, 43 and EA. RGB value is (35,67,234). Sum of RGB (Red+Green+Blue) = 35+67+234=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #2343EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2343EA is #DCBC15. Grayscale: #4B4B4B. Windows color (decimal): -14466070 or 15352611. OLE color: 15352611.

HSL color Cylindrical-coordinate representation of color #2343EA: hue angle of 230.35º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2343EA is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 67 234 -
CMYK 0.85 0.71 0 0.08
HSL 230.35º 0.83% 0.53% -
HSV(B) 230.35º 0.85% 0.92% -
XYZ 17.55 10.31 78.91 -
YUV 76.47 216.9 98.42 -
System Red Green Blue C M Y K H S L
Decimal 35 67 234 0.85 0.71 0 0.08 230.35 0.83 0.53
Hex 23 43 EA 55 47 0 8 E6 53 35
Octal 43 103 352 125 107 0 10 346 123 65
Binary 100011 1000011 11101010 1010101 1000111 0 1000 11100110 1010011 110101

Color Harmonies of #2343EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2343EA

Black with #2343EA

Text Example


Text Example

White with #2343EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2343EA; }

 p { color: rgb(35,67,234); }

 H1.HeaderClassName
 {
   color: #2343EA;
 }
 .AnyTagClassName
 {
   color: #2343EA;
 }
</style>

background-color css

<style>
 a { background-color: #2343EA; }

 a { background-color: rgb(35,67,234); }

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

border-color css

<style>
 span { border-color: #2343EA; }

 span { border-color: rgb(35,67,234); }

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