Html Css Color HEX #233DCC Persian Blue

📋 copy color: '#233DCC'

red 35 ◦ green 61 ◦ blue 204

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

Shades of Persian Blue #233DCC

Tints of Persian Blue #233DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68%

R = 11.67%
G = 20.33%
B = 68%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#233DCC (or 0x233DCC) is known color: Persian Blue. HEX triplet: 23, 3D and CC. RGB value is (35,61,204). Sum of RGB (Red+Green+Blue) = 35+61+204=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #233DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233DCC is #DCC233. Grayscale: #444444. Windows color (decimal): -14467636 or 13384995. OLE color: 13384995.

HSL color Cylindrical-coordinate representation of color #233DCC: hue angle of 230.77º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #233DCC is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 61 204 -
CMYK 0.83 0.70 0 0.2
HSL 230.77º 0.71% 0.47% -
HSV(B) 230.77º 0.83% 0.8% -
XYZ 13.26 8.05 57.98 -
YUV 69.53 203.89 103.37 -
System Red Green Blue C M Y K H S L
Decimal 35 61 204 0.83 0.70 0 0.2 230.77 0.71 0.47
Hex 23 3D CC 53 46 0 14 E7 47 2F
Octal 43 75 314 123 106 0 24 347 107 57
Binary 100011 111101 11001100 1010011 1000110 0 10100 11100111 1000111 101111

Color Harmonies of #233DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233DCC

Black with #233DCC

Text Example


Text Example

White with #233DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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