Html Css Color HEX #233DC9 Persian Blue

📋 copy color: '#233DC9'

red 35 ◦ green 61 ◦ blue 201

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

Shades of Persian Blue #233DC9

Tints of Persian Blue #233DC9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.54%

 BLUE value IS 201 (78.91% from 255) = 67.68%

R = 11.78%
G = 20.54%
B = 67.68%

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

#233DC9 (or 0x233DC9) is known color: Persian Blue. HEX triplet: 23, 3D and C9. RGB value is (35,61,201). Sum of RGB (Red+Green+Blue) = 35+61+201=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 201 (78.91% from 255 or 67.68% from 297); Max value from RGB is 201 - color contains mainly: blue. Hex color #233DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233DC9 is #DCC236. Grayscale: #444444. Windows color (decimal): -14467639 or 13188387. OLE color: 13188387.

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

Color convert

RGB 35 61 201 -
CMYK 0.83 0.70 0 0.21
HSL 230.6º 0.7% 0.46% -
HSV(B) 230.6º 0.83% 0.79% -
XYZ 12.9 7.91 56.11 -
YUV 69.19 202.39 103.62 -
System Red Green Blue C M Y K H S L
Decimal 35 61 201 0.83 0.70 0 0.21 230.6 0.7 0.46
Hex 23 3D C9 53 46 0 15 E7 46 2E
Octal 43 75 311 123 106 0 25 347 106 56
Binary 100011 111101 11001001 1010011 1000110 0 10101 11100111 1000110 101110

Color Harmonies of #233DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233DC9

Black with #233DC9

Text Example


Text Example

White with #233DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,61,201); }

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

background-color css

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

 a { background-color: rgb(35,61,201); }

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

border-color css

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

 span { border-color: rgb(35,61,201); }

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