Html Css Color HEX #233385 Resolution Blue

📋 copy color: '#233385'

red 35 ◦ green 51 ◦ blue 133

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

Shades of Resolution Blue #233385

Tints of Resolution Blue #233385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.29%

 BLUE value IS 133 (52.34% from 255) = 60.73%

R = 15.98%
G = 23.29%
B = 60.73%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#233385 (or 0x233385) is known color: Resolution Blue. HEX triplet: 23, 33 and 85. RGB value is (35,51,133). Sum of RGB (Red+Green+Blue) = 35+51+133=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #233385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233385 is #DCCC7A. Grayscale: #373737. Windows color (decimal): -14470267 or 8729379. OLE color: 8729379.

HSL color Cylindrical-coordinate representation of color #233385: hue angle of 230.2º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #233385 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 51 133 -
CMYK 0.74 0.62 0 0.48
HSL 230.2º 0.58% 0.33% -
HSV(B) 230.2º 0.74% 0.52% -
XYZ 6.11 4.42 22.72 -
YUV 55.56 171.7 113.33 -
System Red Green Blue C M Y K H S L
Decimal 35 51 133 0.74 0.62 0 0.48 230.2 0.58 0.33
Hex 23 33 85 4A 3E 0 30 E6 3A 21
Octal 43 63 205 112 76 0 60 346 72 41
Binary 100011 110011 10000101 1001010 111110 0 110000 11100110 111010 100001

Color Harmonies of #233385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233385

Black with #233385

Text Example


Text Example

White with #233385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233385; }

 p { color: rgb(35,51,133); }

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

background-color css

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

 a { background-color: rgb(35,51,133); }

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

border-color css

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

 span { border-color: rgb(35,51,133); }

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