Html Css Color HEX #233CCA Persian Blue

📋 copy color: '#233CCA'

red 35 ◦ green 60 ◦ blue 202

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

Shades of Persian Blue #233CCA

Tints of Persian Blue #233CCA

RGB

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

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

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

R = 11.78%
G = 20.2%
B = 68.01%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#233CCA (or 0x233CCA) is known color: Persian Blue. HEX triplet: 23, 3C and CA. RGB value is (35,60,202). Sum of RGB (Red+Green+Blue) = 35+60+202=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 202 (79.30% from 255 or 68.01% from 297); Max value from RGB is 202 - color contains mainly: blue. Hex color #233CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233CCA is #DCC335. Grayscale: #444444. Windows color (decimal): -14467894 or 13253667. OLE color: 13253667.

HSL color Cylindrical-coordinate representation of color #233CCA: hue angle of 231.02º 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 #233CCA is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 60 202 -
CMYK 0.83 0.70 0 0.21
HSL 231.02º 0.7% 0.46% -
HSV(B) 231.02º 0.83% 0.79% -
XYZ 12.97 7.85 56.71 -
YUV 68.71 203.22 103.95 -
System Red Green Blue C M Y K H S L
Decimal 35 60 202 0.83 0.70 0 0.21 231.02 0.7 0.46
Hex 23 3C CA 53 46 0 15 E7 46 2E
Octal 43 74 312 123 106 0 25 347 106 56
Binary 100011 111100 11001010 1010011 1000110 0 10101 11100111 1000110 101110

Color Harmonies of #233CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233CCA

Black with #233CCA

Text Example


Text Example

White with #233CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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