Html Css Color HEX #233FCC Persian Blue

📋 copy color: '#233FCC'

red 35 ◦ green 63 ◦ blue 204

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

Shades of Persian Blue #233FCC

Tints of Persian Blue #233FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 20.86%

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

R = 11.59%
G = 20.86%
B = 67.55%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#233FCC (or 0x233FCC) is known color: Persian Blue. HEX triplet: 23, 3F and CC. RGB value is (35,63,204). Sum of RGB (Red+Green+Blue) = 35+63+204=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #233FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FCC is #DCC033. Grayscale: #464646. Windows color (decimal): -14467124 or 13385507. OLE color: 13385507.

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

Color convert

RGB 35 63 204 -
CMYK 0.83 0.69 0 0.2
HSL 230.06º 0.71% 0.47% -
HSV(B) 230.06º 0.83% 0.8% -
XYZ 13.37 8.27 58.02 -
YUV 70.7 203.22 102.54 -
System Red Green Blue C M Y K H S L
Decimal 35 63 204 0.83 0.69 0 0.2 230.06 0.71 0.47
Hex 23 3F CC 53 45 0 14 E6 47 2F
Octal 43 77 314 123 105 0 24 346 107 57
Binary 100011 111111 11001100 1010011 1000101 0 10100 11100110 1000111 101111

Color Harmonies of #233FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233FCC

Black with #233FCC

Text Example


Text Example

White with #233FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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