Html Css Color HEX #233DBB Persian Blue

📋 copy color: '#233DBB'

red 35 ◦ green 61 ◦ blue 187

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

Shades of Persian Blue #233DBB

Tints of Persian Blue #233DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 66.08%

R = 12.37%
G = 21.55%
B = 66.08%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#233DBB (or 0x233DBB) is known color: Persian Blue. HEX triplet: 23, 3D and BB. RGB value is (35,61,187). Sum of RGB (Red+Green+Blue) = 35+61+187=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #233DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233DBB is #DCC244. Grayscale: #434343. Windows color (decimal): -14467653 or 12270883. OLE color: 12270883.

HSL color Cylindrical-coordinate representation of color #233DBB: hue angle of 229.74º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #233DBB is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 61 187 -
CMYK 0.81 0.67 0 0.27
HSL 229.74º 0.68% 0.44% -
HSV(B) 229.74º 0.81% 0.73% -
XYZ 11.33 7.28 47.82 -
YUV 67.59 195.39 104.75 -
System Red Green Blue C M Y K H S L
Decimal 35 61 187 0.81 0.67 0 0.27 229.74 0.68 0.44
Hex 23 3D BB 51 43 0 1B E6 44 2C
Octal 43 75 273 121 103 0 33 346 104 54
Binary 100011 111101 10111011 1010001 1000011 0 11011 11100110 1000100 101100

Color Harmonies of #233DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233DBB

Black with #233DBB

Text Example


Text Example

White with #233DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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