Html Css Color HEX #230297 Ultramarine

📋 copy color: '#230297'

red 35 ◦ green 2 ◦ blue 151

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

Shades of Ultramarine #230297

Tints of Ultramarine #230297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 151 (59.38% from 255) = 80.32%

R = 18.62%
G = 1.06%
B = 80.32%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#230297 (or 0x230297) is known color: Ultramarine. HEX triplet: 23, 02 and 97. RGB value is (35,2,151). Sum of RGB (Red+Green+Blue) = 35+2+151=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 151 (59.38% from 255 or 80.32% from 188); Max value from RGB is 151 - color contains mainly: blue. Hex color #230297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230297 is #DCFD68. Grayscale: #1C1C1C. Windows color (decimal): -14482793 or 9896483. OLE color: 9896483.

HSL color Cylindrical-coordinate representation of color #230297: hue angle of 253.29º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230297 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 35 2 151 -
CMYK 0.77 0.99 0 0.41
HSL 253.29º 0.97% 0.3% -
HSV(B) 253.29º 0.99% 0.59% -
XYZ 6.3 2.64 29.45 -
YUV 28.85 196.93 132.38 -
System Red Green Blue C M Y K H S L
Decimal 35 2 151 0.77 0.99 0 0.41 253.29 0.97 0.3
Hex 23 2 97 4D 63 0 29 FD 61 1E
Octal 43 2 227 115 143 0 51 375 141 36
Binary 100011 10 10010111 1001101 1100011 0 101001 11111101 1100001 11110

Color Harmonies of #230297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230297

Black with #230297

Text Example


Text Example

White with #230297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230297; }

 p { color: rgb(35,2,151); }

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

background-color css

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

 a { background-color: rgb(35,2,151); }

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

border-color css

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

 span { border-color: rgb(35,2,151); }

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