Html Css Color HEX #0384BE Bondi Blue

📋 copy color: '#0384BE'

red 3 ◦ green 132 ◦ blue 190

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

Shades of Bondi Blue #0384BE

Tints of Bondi Blue #0384BE

RGB

 RED value IS 3 (1.56% from 255) = 0.92%

 GREEN value IS 132 (51.95% from 255) = 40.62%

 BLUE value IS 190 (74.61% from 255) = 58.46%

R = 0.92%
G = 40.62%
B = 58.46%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0384BE (or 0x0384BE) is known color: Bondi Blue. HEX triplet: 03, 84 and BE. RGB value is (3,132,190). Sum of RGB (Red+Green+Blue) = 3+132+190=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #0384BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0384BE is #FC7B41. Grayscale: #636363. Windows color (decimal): -16546626 or 12485635. OLE color: 12485635.

HSL color Cylindrical-coordinate representation of color #0384BE: hue angle of 198.61º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0384BE is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 132 190 -
CMYK 0.98 0.31 0 0.25
HSL 198.61º 0.97% 0.38% -
HSV(B) 198.61º 0.98% 0.75% -
XYZ 17.58 20.24 51.7 -
YUV 100.04 178.76 58.78 -
System Red Green Blue C M Y K H S L
Decimal 3 132 190 0.98 0.31 0 0.25 198.61 0.97 0.38
Hex 3 84 BE 62 1F 0 19 C7 61 26
Octal 3 204 276 142 37 0 31 307 141 46
Binary 11 10000100 10111110 1100010 11111 0 11001 11000111 1100001 100110

Color Harmonies of #0384BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0384BE

Black with #0384BE

Text Example


Text Example

White with #0384BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0384BE; }

 p { color: rgb(3,132,190); }

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

background-color css

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

 a { background-color: rgb(3,132,190); }

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

border-color css

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

 span { border-color: rgb(3,132,190); }

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