Html Css Color HEX #232F77 Resolution Blue

📋 copy color: '#232F77'

red 35 ◦ green 47 ◦ blue 119

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

Shades of Resolution Blue #232F77

Tints of Resolution Blue #232F77

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.38%

 BLUE value IS 119 (46.88% from 255) = 59.2%

R = 17.41%
G = 23.38%
B = 59.2%

CMYK

 C value IS 0.71

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#232F77 (or 0x232F77) is known color: Resolution Blue. HEX triplet: 23, 2F and 77. RGB value is (35,47,119). Sum of RGB (Red+Green+Blue) = 35+47+119=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #232F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F77 is #DCD088. Grayscale: #333333. Windows color (decimal): -14471305 or 7810851. OLE color: 7810851.

HSL color Cylindrical-coordinate representation of color #232F77: hue angle of 231.43º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #232F77 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 35 47 119 -
CMYK 0.71 0.61 0 0.53
HSL 231.43º 0.55% 0.3% -
HSV(B) 231.43º 0.71% 0.47% -
XYZ 5.04 3.72 17.91 -
YUV 51.62 166.02 116.15 -
System Red Green Blue C M Y K H S L
Decimal 35 47 119 0.71 0.61 0 0.53 231.43 0.55 0.3
Hex 23 2F 77 47 3D 0 35 E7 37 1E
Octal 43 57 167 107 75 0 65 347 67 36
Binary 100011 101111 1110111 1000111 111101 0 110101 11100111 110111 11110

Color Harmonies of #232F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232F77

Black with #232F77

Text Example


Text Example

White with #232F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232F77; }

 p { color: rgb(35,47,119); }

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

background-color css

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

 a { background-color: rgb(35,47,119); }

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

border-color css

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

 span { border-color: rgb(35,47,119); }

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