Html Css Color HEX #233CE6 Persian Blue

📋 copy color: '#233CE6'

red 35 ◦ green 60 ◦ blue 230

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

Shades of Persian Blue #233CE6

Tints of Persian Blue #233CE6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.46%

 BLUE value IS 230 (90.23% from 255) = 70.77%

R = 10.77%
G = 18.46%
B = 70.77%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#233CE6 (or 0x233CE6) is known color: Persian Blue. HEX triplet: 23, 3C and E6. RGB value is (35,60,230). Sum of RGB (Red+Green+Blue) = 35+60+230=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 230 (90.23% from 255 or 70.77% from 325); Max value from RGB is 230 - color contains mainly: blue. Hex color #233CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233CE6 is #DCC319. Grayscale: #474747. Windows color (decimal): -14467866 or 15088675. OLE color: 15088675.

HSL color Cylindrical-coordinate representation of color #233CE6: hue angle of 232.31º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #233CE6 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 35 60 230 -
CMYK 0.85 0.74 0 0.10
HSL 232.31º 0.8% 0.52% -
HSV(B) 232.31º 0.85% 0.9% -
XYZ 16.59 9.3 75.78 -
YUV 71.91 217.22 101.68 -
System Red Green Blue C M Y K H S L
Decimal 35 60 230 0.85 0.74 0 0.10 232.31 0.8 0.52
Hex 23 3C E6 55 4A 0 A E8 50 34
Octal 43 74 346 125 112 0 12 350 120 64
Binary 100011 111100 11100110 1010101 1001010 0 1010 11101000 1010000 110100

Color Harmonies of #233CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233CE6

Black with #233CE6

Text Example


Text Example

White with #233CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233CE6; }

 p { color: rgb(35,60,230); }

 H1.HeaderClassName
 {
   color: #233CE6;
 }
 .AnyTagClassName
 {
   color: #233CE6;
 }
</style>

background-color css

<style>
 a { background-color: #233CE6; }

 a { background-color: rgb(35,60,230); }

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

border-color css

<style>
 span { border-color: #233CE6; }

 span { border-color: rgb(35,60,230); }

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