Html Css Color HEX #2348CE Cerulean Blue

📋 copy color: '#2348CE'

red 35 ◦ green 72 ◦ blue 206

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

Shades of Cerulean Blue #2348CE

Tints of Cerulean Blue #2348CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23%

 BLUE value IS 206 (80.86% from 255) = 65.81%

R = 11.18%
G = 23%
B = 65.81%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2348CE (or 0x2348CE) is known color: Cerulean Blue. HEX triplet: 23, 48 and CE. RGB value is (35,72,206). Sum of RGB (Red+Green+Blue) = 35+72+206=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #2348CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2348CE is #DCB731. Grayscale: #4B4B4B. Windows color (decimal): -14464818 or 13518883. OLE color: 13518883.

HSL color Cylindrical-coordinate representation of color #2348CE: hue angle of 227.02º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2348CE is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 72 206 -
CMYK 0.83 0.65 0 0.19
HSL 227.02º 0.71% 0.47% -
HSV(B) 227.02º 0.83% 0.81% -
XYZ 14.15 9.45 59.47 -
YUV 76.21 201.24 98.6 -
System Red Green Blue C M Y K H S L
Decimal 35 72 206 0.83 0.65 0 0.19 227.02 0.71 0.47
Hex 23 48 CE 53 41 0 13 E3 47 2F
Octal 43 110 316 123 101 0 23 343 107 57
Binary 100011 1001000 11001110 1010011 1000001 0 10011 11100011 1000111 101111

Color Harmonies of #2348CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2348CE

Black with #2348CE

Text Example


Text Example

White with #2348CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2348CE; }

 p { color: rgb(35,72,206); }

 H1.HeaderClassName
 {
   color: #2348CE;
 }
 .AnyTagClassName
 {
   color: #2348CE;
 }
</style>

background-color css

<style>
 a { background-color: #2348CE; }

 a { background-color: rgb(35,72,206); }

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

border-color css

<style>
 span { border-color: #2348CE; }

 span { border-color: rgb(35,72,206); }

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