Html Css Color HEX #233D57 Regal Blue

📋 copy color: '#233D57'

red 35 ◦ green 61 ◦ blue 87

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

Shades of Regal Blue #233D57

Tints of Regal Blue #233D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 47.54%

R = 19.13%
G = 33.33%
B = 47.54%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#233D57 (or 0x233D57) is known color: Regal Blue. HEX triplet: 23, 3D and 57. RGB value is (35,61,87). Sum of RGB (Red+Green+Blue) = 35+61+87=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #233D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D57 is #DCC2A8. Grayscale: #383838. Windows color (decimal): -14467753 or 5717283. OLE color: 5717283.

HSL color Cylindrical-coordinate representation of color #233D57: hue angle of 210º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #233D57 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 35 61 87 -
CMYK 0.60 0.30 0 0.66
HSL 210º 0.43% 0.24% -
HSV(B) 210º 0.6% 0.34% -
XYZ 4.08 4.38 9.65 -
YUV 56.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 35 61 87 0.60 0.30 0 0.66 210 0.43 0.24
Hex 23 3D 57 3C 1E 0 42 D2 2B 18
Octal 43 75 127 74 36 0 102 322 53 30
Binary 100011 111101 1010111 111100 11110 0 1000010 11010010 101011 11000

Color Harmonies of #233D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233D57

Black with #233D57

Text Example


Text Example

White with #233D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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