Html Css Color HEX #233D52 Regal Blue

📋 copy color: '#233D52'

red 35 ◦ green 61 ◦ blue 82

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

Shades of Regal Blue #233D52

Tints of Regal Blue #233D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 46.07%

R = 19.66%
G = 34.27%
B = 46.07%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#233D52 (or 0x233D52) is known color: Regal Blue. HEX triplet: 23, 3D and 52. RGB value is (35,61,82). Sum of RGB (Red+Green+Blue) = 35+61+82=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #233D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D52 is #DCC2AD. Grayscale: #373737. Windows color (decimal): -14467758 or 5389603. OLE color: 5389603.

HSL color Cylindrical-coordinate representation of color #233D52: hue angle of 206.81º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #233D52 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 35 61 82 -
CMYK 0.57 0.26 0 0.68
HSL 206.81º 0.4% 0.23% -
HSV(B) 206.81º 0.57% 0.32% -
XYZ 3.88 4.3 8.61 -
YUV 55.62 142.89 113.29 -
System Red Green Blue C M Y K H S L
Decimal 35 61 82 0.57 0.26 0 0.68 206.81 0.4 0.23
Hex 23 3D 52 39 1A 0 44 CF 28 17
Octal 43 75 122 71 32 0 104 317 50 27
Binary 100011 111101 1010010 111001 11010 0 1000100 11001111 101000 10111

Color Harmonies of #233D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233D52

Black with #233D52

Text Example


Text Example

White with #233D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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